func github.com/vmihailenco/msgpack/v5.decodeCustomValue

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_value.go#L67: 		return nilAwareDecoder(typ, decodeCustomValue)
		decode_value.go#L83: 			return addrDecoder(nilAwareDecoder(typ, decodeCustomValue))
		decode_value.go#L213: func decodeCustomValue(d *Decoder, v reflect.Value) error {